@charset "utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {  margin: 0;  padding: 0;  border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {  display: block}html {  font-family: "microsoft yahei", "宋体";}body {  line-height: 1.5;  font-family: "microsoft yahei", "宋体";  font-size: 16px;}ol,ul {  list-style: none}blockquote,q {  quotes: none}blockquote:before,blockquote:after,q:before,q:after {  content: '';  content: none}table {  border-collapse: collapse;  border-spacing: 0; margin: 0 auto;}a {  text-decoration: none;  outline: none;  color: #333}img,fieldset {  border: 0;}input,textarea,img {  vertical-align: middle;}:focus {  outline: none;}/* webkit hack */textarea {  overflow: auto;  vertical-align: top;}.clear {  clear: both;  float: none;  height: 0;  margin: 0;  padding: 0;}.hide {  display: none;}.show {  display: block;}.inline {  display: inline;}.clearfix:after {  content: '';  display: block;  float: none;  clear: both;}.clearfix {  zoom: 1;}
html {
  min-width: 1200px;
}
body {
  background: #316fc5 url(//czj.zs.gov.cn/globalImages/index_bg.jpg) no-repeat center top;
  background-size: 100% auto;
  color: #000;
}
.none {display: none;}
a {color: #333;}
a {
  /* cursor: pointer; */
}
a[href]:hover {
  color: #165cbb;
}
a img:hover {
  opacity:0.8;
}
button[type=submit]:hover{
  cursor: pointer;
}
.gg_carousel a img:hover {
  opacity: 1;
}
.header {
  height: 180px;
}
.w-fix {
  width: 1200px;
  margin: 0 auto;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.top {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0 15px 0;
}
.top a {
  margin: 0 10px;
  color: #fff;
  font-size: 16px;
}
.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex {display: flex;}
.flex-column {
  flex-direction: column;
}
.search .keyword {
  display: block;
  width: 280px;
  height: 46px;
  border: 0;
  border-radius: 30px 0 0 30px;
  padding-left: 40px;
  font-size: 16px;
}
.search button {
  display: block;
  border: 0;
  background: #f13939;
  color: #fff;
  border-radius: 30px;
  width: 100px;
  margin-left: -30px;
  font-size: 16px;
}
.menu {
  display: flex;
  background: #165cbb;
  justify-content: space-between;
}
.menu > li {padding:0 50px;}
.menu > li.current, .menu > li:hover {
  background: #5f9aea;
}
.menu > li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  color:#fff;
  font-size: 20px;
}

/*切换图样式*/
.gg_carousel {
  position: relative;
}
.gg_carousel .show {
  z-index: 8;
  -webkit-animation: fadeIn .5s;
}

.gg_carousel a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.gg_carousel em {
  position: absolute;
  z-index: 9;
  right: 10px;
  bottom: 10px;
}

.gg_carousel em i {
  font-size: 12px;
  width: 16px;
  height: 16px;
  color: #d60a17;
  float: left;
  background-color: #fff;
  line-height: 16px;
  text-align: center;
  margin-left: 2px;
  opacity: .75;
  border-radius: 2px;
  cursor: pointer;
  font-style: normal;
}

.gg_carousel em .s {
  font-weight: bold;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-top: -2px;
  opacity: 1;
}
.friend-link {
  background:#fff;
  padding-bottom: 20px;
  width: 1200px;
    margin: 0 auto;
}
.friend-link .gary {
  background: #ececec;
  padding: 15px 40px;
/*  display: flex; */
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.friend-link .gary span {
	float: left;

}
.friend-link .gary select {
  display: block;
  width: 20%;
  height: 30px;
  border: 1px solid #ccc;
  margin-left: 2%;
  float: left;
}
.footer {
  width: 1200px;
    margin: 0 auto;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 30px 0;
  line-height: 32px;
  background: #013a89;
  font-size: 15px;
}

.ft_left {
  position: absolute;
  left: 40px;
  top: 40px;
}

.ft_right {
  position: absolute;
  right: 38px;
  top: 44px;
}